type google.golang.org/grpc.clientStream
17 uses
google.golang.org/grpc (current package)
stream.go#L294: cs := &clientStream{
stream.go#L378: func (cs *clientStream) newAttemptLocked(isTransparent bool) (*csAttempt, error) {
stream.go#L498: type clientStream struct {
stream.go#L552: cs *clientStream
stream.go#L578: func (cs *clientStream) commitAttemptLocked() {
stream.go#L586: func (cs *clientStream) commitAttempt() {
stream.go#L693: func (cs *clientStream) retryLocked(attempt *csAttempt, lastErr error) error {
stream.go#L716: func (cs *clientStream) Context() context.Context {
stream.go#L726: func (cs *clientStream) withRetry(op func(a *csAttempt) error, onSuccess func()) error {
stream.go#L772: func (cs *clientStream) Header() (metadata.MD, error) {
stream.go#L809: func (cs *clientStream) Trailer() metadata.MD {
stream.go#L824: func (cs *clientStream) replayBufferLocked(attempt *csAttempt) error {
stream.go#L833: func (cs *clientStream) bufferForRetryLocked(sz int, op func(a *csAttempt) error) {
stream.go#L846: func (cs *clientStream) SendMsg(m interface{}) (err error) {
stream.go#L890: func (cs *clientStream) RecvMsg(m interface{}) error {
stream.go#L936: func (cs *clientStream) CloseSend() error {
stream.go#L963: func (cs *clientStream) finish(err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)